"192.168.0.1:sipop" Previous topic Chapter index Next topic

IBE$DOC

 

 

Descriptions

There is no desription for table IBE$DOC

 

Fields

PK

FK

Name

Domain

Data type

Not null

Default

Description

 

NUMDOC

 

CHAR (15)

 

 

 

 

NOMDOC

 

VARCHAR (50)

 

 

 

 

Triggers

There are no triggers for table IBE$DOC

 

Indices

There are no indices for table IBE$DOC

 

References

There are no references for table IBE$DOC

 

Referenced

There are no tables referenced by table IBE$DOC

 

Definition


CREATE TABLE IBE$DOC (
    NUMDOC CHAR (15) CHARACTER SET NONE NOT NULL COLLATE NONE,
    NOMDOC VARCHAR (50) CHARACTER SET NONE COLLATE NONE);

ALTER TABLE IBE$DOC ADD PRIMARY KEY (NUMDOC);

    This file was generated with EMS InterBase/FireBird Manager (www.ibmanager.com) at 09/06/2005 05:52 p.m. Previous topic Chapter index Next topic